Browse Source

also do includes in libpcap and arch/${MACHINE}

OPENBSD_2_0
deraadt 28 years ago
parent
commit
6839e5e866
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/include/Makefile

+ 3
- 2
src/include/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 1996/06/10 06:23:19 deraadt Exp $
# $OpenBSD: Makefile,v 1.14 1996/06/11 23:45:06 deraadt Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@ -29,7 +29,8 @@ DIRS= arpa protocols rpc rpcsvc
LDIRS= dev net netinet netccitt netiso netns nfs sys ufs vm ddb
RDIRS= ../lib/libcurses ../lib/libform ../lib/libmenu ../lib/libocurses \
../lib/libpanel ../lib/librpcsvc ../lib/libtermlib ../lib/libedit
../lib/libpanel ../lib/librpcsvc ../lib/libtermlib ../lib/libedit \
../lib/libpcap ../sys/arch/${MACHINE}
NOOBJ= noobj


Loading…
Cancel
Save