diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-29 01:31:27 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-29 01:31:27 +0000 |
commit | c71f98745474b955a94f48d62f945a513eeb2f97 (patch) | |
tree | 0ea2506df730a9461e54ad5685670a20ca67807e /include | |
parent | c37ccb83e6048695af0c58024999ce944018c0ae (diff) |
Add libkeynote target for includes
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 8175db7f3ca..d8fc82acfc3 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 1999/05/26 16:02:55 espie Exp $ +# $OpenBSD: Makefile,v 1.67 1999/05/29 01:31:26 angelos Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -39,7 +39,7 @@ RDIRS= ../lib/libc_r ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ ../lib/libcurses++ ../lib/libform ../lib/libmenu ../lib/libocurses \ ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc ../lib/libskey \ ../lib/libedit ../lib/libpcap ../lib/libutil ../lib/libwrap \ - ../lib/libz ../sys/arch/${MACHINE} + ../lib/libz ../lib/libkeynote ../sys/arch/${MACHINE} # Places using Makefile that needs a prerequisite target met before includes PRDIRS= |