Actually remove unrequired SRCS.

This commit is contained in:
Bruce Evans 2000-01-05 19:22:10 +00:00
parent a37e09e423
commit ed92ab90fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55476
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rm
SRCS= rm.c
DPADD= ${LIBUTIL}
LDADD= -lutil

View File

@ -2,7 +2,6 @@
# $FreeBSD$
PROG= xinstall
SRCS= xinstall.c
MAN1= install.1
DPADD= ${LIBUTIL}
LDADD= -lutil