diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-16 04:19:15 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-16 04:19:15 +0000 |
commit | ebfc1657f16fe79a581980efa54dc71cc903cfd5 (patch) | |
tree | b0af88eed1a0ddf70daa01de14095e11bd44058c | |
parent | 33e72ef503b10a9fc02fa99ada01361def5ac6ac (diff) |
Add libcompat.
-rw-r--r-- | include/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index e8364017404..c082a46a3de 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 1996/07/27 02:39:40 tholo Exp $ +# $OpenBSD: Makefile,v 1.20 1996/08/16 04:19:14 downsj Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -28,9 +28,10 @@ LFILES= errno.h fcntl.h syslog.h termios.h DIRS= arpa protocols rpc rpcsvc LDIRS= dev net netinet netccitt netiso netns nfs sys ufs vm ddb scsi -RDIRS= ../lib/libcurses ../lib/libform ../lib/libmenu ../lib/libocurses \ - ../lib/libpanel ../lib/librpcsvc ../lib/libtermlib ../lib/libedit \ - ../lib/libpcap ../lib/libutil ../lib/libz ../sys/arch/${MACHINE} +RDIRS= ../lib/libcompat ../lib/libcurses ../lib/libform ../lib/libmenu \ + ../lib/libocurses ../lib/libpanel ../lib/librpcsvc ../lib/libtermlib \ + ../lib/libedit ../lib/libpcap ../lib/libutil ../lib/libz \ + ../sys/arch/${MACHINE} NOOBJ= noobj |