diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-27 14:58:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-27 14:58:22 +0000 |
commit | cdd987d8d75a779f8d0c4c90ae22ffcfbc37284e (patch) | |
tree | 03d8175889c8b071c84a6f751c46e1ec4f3b74d4 | |
parent | 4b610a8d2af6e8a4a7ea831f3b724afe1258ea8a (diff) |
includes in skey dir get installed too.
-rw-r--r-- | include/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index 3f2d1247ff5..1939df8287f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 1996/09/05 11:01:32 pefo Exp $ +# $OpenBSD: Makefile,v 1.23 1996/09/27 14:58:21 millert Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -29,9 +29,9 @@ DIRS= arpa protocols rpc rpcsvc LDIRS= dev net netinet netccitt netiso netns netipx nfs sys ufs vm ddb scsi 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} + ../lib/libocurses ../lib/libpanel ../lib/librpcsvc ../lib/libskey \ + ../lib/libtermlib ../lib/libedit ../lib/libpcap ../lib/libutil \ + ../lib/libz ../sys/arch/${MACHINE} NOOBJ= noobj |