X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..af359dea2e5ab3e937b62107ecd6a51d78189ed7:/usr/src/sbin/XNSrouted/Makefile diff --git a/usr/src/sbin/XNSrouted/Makefile b/usr/src/sbin/XNSrouted/Makefile index 38c1bd7b02..b2f18204f2 100644 --- a/usr/src/sbin/XNSrouted/Makefile +++ b/usr/src/sbin/XNSrouted/Makefile @@ -1,9 +1,9 @@ -# @(#)Makefile 5.13 (Berkeley) 7/25/90 +# @(#)Makefile 5.14 (Berkeley) 2/26/91 PROG= XNSrouted MAN8= XNSrouted.0 SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c -DPADD= ${LIBUTIL} -LDADD= -lutil +DPADD= ${LIBUTIL} ${LIBCOMPAT} +LDADD= -lutil -lcompat .include