aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vacation/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-01-10 05:08:25 +0000
committerBruce Evans <bde@FreeBSD.org>1997-01-10 05:08:25 +0000
commit8f1ab0d02b5216be036c933b0b1017341cd8954e (patch)
tree31fef780c39ba58cbf4eadab305a007b4cb8b308 /usr.bin/vacation/Makefile
parent28e678762bf9a305429da78c3b867d7c29326c57 (diff)
Removed stray DPADD.
Notes
Notes: svn path=/head/; revision=21473
Diffstat (limited to 'usr.bin/vacation/Makefile')
-rw-r--r--usr.bin/vacation/Makefile5
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>