add Kerberos info
[unix-history] / usr / src / sbin / XNSrouted / Makefile
index f191131..5179c1d 100644 (file)
@@ -1,29 +1,6 @@
-#      Makefile for Xerox Routing Information Protocol
-#      Daemon
-#
-ALL=   XNSrouted
-OBJS=  af.o if.o input.o main.o output.o startup.o tables.o timer.o \
-       trace.o
-CFLAGS= -g
-C2=    /lib/c2
-ASMSCRIPT= /sys/machine/asm.sed
-DESTDIR=
-LDFLAGS= -g
+#      @(#)Makefile    5.11 (Berkeley) %G%
 
 
-all:   ${ALL}
+PROG=  XNSrouted
+SRCS=  af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
 
 
-XNSrouted: ${OBJS}
-       ${CC} -o XNSrouted ${LDFLAGS} ${OBJS}
-
-install: XNSrouted
-       install -s XNSrouted ${DESTDIR}/etc
-
-# The following can be deleted where not appropriate to use the kernel's
-# inline code expansions.
-#.c.o:
-#      ${CC} -S ${CFLAGS} $*.c
-#      ${C2} $*.s | sed -f ${ASMSCRIPT} | ${AS} -o $*.o
-#      rm -f $*.s
-
-clean:
-       rm -f XNSrouted *.o core a.out t.c linterrs typescript errs
+.include <bsd.prog.mk>