mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Actually remove unrequired SRCS.
This commit is contained in:
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
|
@ -2,7 +2,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= rm
|
||||
SRCS= rm.c
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= xinstall
|
||||
SRCS= xinstall.c
|
||||
MAN1= install.1
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
|
Loading…
Reference in a new issue