diff options
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> |