add stdarg.h for John Gilmore to support gcc
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 12 Jan 1989 08:40:38 +0000 (00:40 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 12 Jan 1989 08:40:38 +0000 (00:40 -0800)
SCCS-vsn: include/Makefile 5.22
SCCS-vsn: include/Makefile 5.22

usr/src/include/Makefile

index 8d2acac..785af68 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.21 (Berkeley) 88/07/14
+#      @(#)Makefile    5.22 (Berkeley) 89/01/11
 #
 # Doing a make install builds /usr/include
 #
 #
 # Doing a make install builds /usr/include
 #
@@ -21,7 +21,7 @@ SUBDIRS=arpa pascal protocols
 STD=   a.out.h ar.h assert.h ctype.h curses.h ndbm.h disktab.h \
        fcntl.h fstab.h ftw.h grp.h lastlog.h math.h memory.h mp.h mtab.h \
        netdb.h nlist.h pcc.h pwd.h ranlib.h regexp.h resolv.h setjmp.h \
 STD=   a.out.h ar.h assert.h ctype.h curses.h ndbm.h disktab.h \
        fcntl.h fstab.h ftw.h grp.h lastlog.h math.h memory.h mp.h mtab.h \
        netdb.h nlist.h pcc.h pwd.h ranlib.h regexp.h resolv.h setjmp.h \
-       sgtty.h stab.h stdio.h string.h strings.h struct.h \
+       sgtty.h stab.h stdarg.h stdio.h string.h strings.h struct.h \
        sysexits.h time.h ttyent.h tzfile.h utmp.h varargs.h vfont.h
 LINKS= errno.h signal.h syslog.h
 
        sysexits.h time.h ttyent.h tzfile.h utmp.h varargs.h vfont.h
 LINKS= errno.h signal.h syslog.h