rm unused/broken x25 hooks
[unix-history] / usr / src / usr.bin / netstat / Makefile
index 4a23567..f21eac9 100644 (file)
@@ -1,19 +1,6 @@
-#
-# Copyright (c) 1983 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
-#
-#      @(#)Makefile    5.3 (Berkeley) %G%
-#
-OBJS=  host.o inet.o if.o main.o mbuf.o route.o unix.o ns.o bbnnet.o
-CFLAGS=-O
-DESTDIR=
-
-netstat: ${OBJS}
-       ${CC} ${OBJS} -o netstat
+#      @(#)Makefile    5.14 (Berkeley) %G%
 
 
-install: netstat
-       install -s -m 2755 -g kmem netstat ${DESTDIR}/usr/ucb/netstat
+PROG=  netstat
+OBJS=  host.o inet.o if.o main.o mbuf.o route.o unix.o ns.o bbnnet.o
 
 
-clean:
-       rm -f *.o core a.out errs
+.include <bsd.prog.mk>