Clean up after utilizing FILES.

This commit is contained in:
Ruslan Ermilov 2005-01-28 17:13:39 +00:00
parent 2bcc0b737c
commit 0479aa4bad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140945

View File

@ -14,12 +14,9 @@ MAN= vgrind.1 vgrindefs.5
BINDIR= /usr/libexec
SCRIPTSDIR=/usr/bin
EXTRA= vgrindefs.src.db
CLEANFILES+= ${EXTRA}
CLEANFILES= vgrindefs.src.db
all: ${EXTRA}
${EXTRA}: ${.CURDIR}/vgrindefs.src
cap_mkdb -f vgrindefs.src ${.CURDIR}/vgrindefs.src
vgrindefs.src.db: vgrindefs.src
cap_mkdb -f vgrindefs.src ${.ALLSRC}
.include <bsd.prog.mk>