DESTDIR
[unix-history] / usr / src / usr.bin / netstat / Makefile
index 73c03f6..7db9979 100644 (file)
@@ -1,7 +1,7 @@
-# @(#)Makefile 4.2 %G%
+# @(#)Makefile 4.3 %G%
 OBJS=  host.o inet.o if.o main.o mbuf.o route.o
 CFLAGS=-O
 OBJS=  host.o inet.o if.o main.o mbuf.o route.o
 CFLAGS=-O
-DESTDIR=/usr/ucb
+DESTDIR=
 
 .c.o:
        ${CC} -S ${CFLAGS} $*.c
 
 .c.o:
        ${CC} -S ${CFLAGS} $*.c
@@ -12,7 +12,7 @@ netstat: ${OBJS}
        ${CC} ${OBJS} -o netstat
 
 install: netstat
        ${CC} ${OBJS} -o netstat
 
 install: netstat
-       install -s netstat ${DESTDIR}
+       install -s netstat ${DESTDIR}/usr/ucb
 
 clean:
        rm -f *.o core a.out errs
 
 clean:
        rm -f *.o core a.out errs