Skip to content

Commit

Permalink
- add ifaddr.h to FILES to build libinet6
Browse files Browse the repository at this point in the history
 - add altq to LDIRS to install altq headers
  • Loading branch information
kjc committed Apr 21, 2000
1 parent 8273644 commit a2ff242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions freebsd4/include/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
.if defined(WANT_CSRG_LIBM)
FILES+= math.h
.endif
FILES+= ifaddrs.h

ARPAFILES= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h

Expand All @@ -43,6 +44,7 @@ LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \

LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \
netipx netkey netncp netns nfs ntfs nwfs pccard posix4 sys vm
LDIRS+= altq

LNOHEADERDIRS= isofs ufs dev
LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi dev/usb
Expand Down

0 comments on commit a2ff242

Please sign in to comment.