diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-04 10:18:05 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-04 10:18:05 +0000 |
commit | c9c69d999ee563b93b9e82ae1b09757524b43ff8 (patch) | |
tree | d853157a81f90fb565c064921c9ae7e875cddba7 /usr.sbin/IPXrouted/Makefile | |
parent | 27431cdb25229528ed9a80e2ee80890479b2758b (diff) |
Drop unused dependencies.
Notes
Notes:
svn path=/head/; revision=125430
Diffstat (limited to 'usr.sbin/IPXrouted/Makefile')
-rw-r--r-- | usr.sbin/IPXrouted/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/IPXrouted/Makefile b/usr.sbin/IPXrouted/Makefile index b344345bc490..44605ac04bd9 100644 --- a/usr.sbin/IPXrouted/Makefile +++ b/usr.sbin/IPXrouted/Makefile @@ -8,7 +8,4 @@ SRCS+= sap_input.c sap_tables.c sap_output.c WARNS?= 2 -DPADD= ${LIBCOMPAT} ${LIBIPX} -LDADD= -lcompat -lipx - .include <bsd.prog.mk> |