diff --git a/Makefile b/Makefile index 03148e4..c0b28d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Fake Makefile For tdir -# $Id: Makefile,v 1.1 2001/07/18 07:01:46 tundra Exp $ +# $Id: Makefile,v 1.2 2001/07/18 07:34:28 tundra Exp $ all: # Do nothing - this is a python script that needs no build @@ -11,3 +11,6 @@ install -c -o root -g wheel -m 644 ./0-StartHere.txt ${PREFIX}/share/doc/abmgmt install -c -o root -g wheel -m 644 ./1-ABMGMT-License.txt ${PREFIX}/share/doc/abmgmt +post-install: + echo "Don't forget to edit abnot to enter the correct" + echo "information about your machine name, IP, and timezone." \ No newline at end of file