diff options
author | 2003-07-15 19:18:00 +0000 | |
---|---|---|
committer | 2003-07-15 19:18:00 +0000 | |
commit | e832e4a7a853fec25e38a9c6519164038e016885 (patch) | |
tree | 05614385b7ea5653ffac7623d4ec91d72b231d2a | |
parent | sync (diff) | |
download | wireguard-openbsd-e832e4a7a853fec25e38a9c6519164038e016885.tar.xz wireguard-openbsd-e832e4a7a853fec25e38a9c6519164038e016885.zip |
do not enter libcom_err
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 11994332bdf..89d7eac6d21 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.119 2003/07/14 16:14:43 mho Exp $ +# $OpenBSD: Makefile,v 1.120 2003/07/15 19:18:00 deraadt Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -34,7 +34,7 @@ LDIRS= crypto ddb dev isofs miscfs net netatalk netccitt netinet altq \ netinet6 netipx netiso netnatm netns nfs scsi sys ufs uvm xfs # Directories with an includes target -RDIRS= ../lib/libpthread ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ +RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ ../lib/libcurses++ ../lib/libform ../lib/libssl ../lib/libmenu \ ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ ../lib/libskey ../lib/libsectok ../lib/libedit ../lib/libpcap \ |