use prog, don't creat obj
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 9 Jun 1990 05:01:32 +0000 (21:01 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 9 Jun 1990 05:01:32 +0000 (21:01 -0800)
SCCS-vsn: include/Makefile 5.36

usr/src/include/Makefile

index a920ce7..20aaf0f 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.35 (Berkeley) %G%
+#      @(#)Makefile    5.36 (Berkeley) %G%
 #
 # Doing a make install builds /usr/include
 #
 #
 # Doing a make install builds /usr/include
 #
@@ -16,6 +16,7 @@ STD=  a.out.h ar.h assert.h bitstring.h ctype.h curses.h ndbm.h \
        ttyent.h tzfile.h utmp.h varargs.h vfont.h vis.h
 LMCH=  float.h frame.h
 LSYS=  errno.h fcntl.h signal.h syslog.h termios.h unistd.h
        ttyent.h tzfile.h utmp.h varargs.h vfont.h vis.h
 LMCH=  float.h frame.h
 LSYS=  errno.h fcntl.h signal.h syslog.h termios.h unistd.h
+NOOBJ= noobj
 
 DIRS=  sys net netimp netinet netiso netns ufs nfs
 .if   (${MACHINE} == "hp300")
 
 DIRS=  sys net netimp netinet netiso netns ufs nfs
 .if   (${MACHINE} == "hp300")
@@ -32,6 +33,8 @@ DIRS+=        vax vaxmba vaxuba vaxif
 # SHARED=      copies
 SHARED=        symlinks
 
 # SHARED=      copies
 SHARED=        symlinks
 
+all include clean cleandir depend lint tags:
+
 install: ${SHARED}
        @echo installing ${STD}
        @-for i in ${STD}; do \
 install: ${SHARED}
        @echo installing ${STD}
        @-for i in ${STD}; do \
@@ -82,4 +85,4 @@ install: ${SHARED}
                tar cf - $$i/*.h | (cd ${DESTDIR}/usr/include; tar xpfB -); \
        done
 
                tar cf - $$i/*.h | (cd ${DESTDIR}/usr/include; tar xpfB -); \
        done
 
-.include <bsd.own.mk>
+.include <bsd.prog.mk>