diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-01-10 05:08:25 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-01-10 05:08:25 +0000 |
commit | 8f1ab0d02b5216be036c933b0b1017341cd8954e (patch) | |
tree | 31fef780c39ba58cbf4eadab305a007b4cb8b308 /usr.bin/vacation/Makefile | |
parent | 28e678762bf9a305429da78c3b867d7c29326c57 (diff) |
Removed stray DPADD.
Notes
Notes:
svn path=/head/; revision=21473
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> |