diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-11 04:55:06 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-11 04:55:06 +0000 |
commit | 066a987bf16f54e03a964424714abf17c430d1fb (patch) | |
tree | c82c969f6f69136b422aed922ae40829a4dcf7ce /include | |
parent | e1f3fe3d0e5692a676c8be1703f378fb580ae38f (diff) |
Move libcom_err out of Kerberos, change include location.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile index 8ba22b31b70..c31370ced0a 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 1996/11/05 00:54:17 downsj Exp $ +# $OpenBSD: Makefile,v 1.29 1996/11/11 04:55:01 downsj Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -33,10 +33,10 @@ DIRS= arpa protocols rpc rpcsvc LDIRS= dev net netinet netccitt netiso netns netipx nfs sys ufs vm ddb \ scsi gnu/ext2fs -RDIRS= ../lib/libcompat ../lib/libcurses ../lib/libform ../lib/libmenu \ - ../lib/libocurses ../lib/libpanel ../lib/librpcsvc ../lib/libskey \ - ../lib/libtermlib ../lib/libedit ../lib/libpcap ../lib/libutil \ - ../lib/libz ../sys/arch/${MACHINE} +RDIRS= ../lib/libcom_err ../lib/libcompat ../lib/libcurses ../lib/libform \ + ../lib/libmenu ../lib/libocurses ../lib/libpanel ../lib/librpcsvc \ + ../lib/libskey ../lib/libtermlib ../lib/libedit ../lib/libpcap \ + ../lib/libutil ../lib/libz ../sys/arch/${MACHINE} NOOBJ= noobj |