diff options
Diffstat (limited to 'usr.bin/vacation/Makefile')
-rw-r--r-- | usr.bin/vacation/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index f639b28aacad..6fc47954892c 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -1,8 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $Id$ PROG= vacation -DPADD= ${LIBDBM} - CFLAGS+= -Wall .include <bsd.prog.mk> |