diff options
author | 1997-01-05 08:17:31 +0000 | |
---|---|---|
committer | 1997-01-05 08:17:31 +0000 | |
commit | 91b91eeff22f7f46b23b8035bc7d052274de63e6 (patch) | |
tree | 79b0c855b193bf1581e875ee999952f48178b82c /lib | |
parent | absent pcmcia cards do not interrupt (diff) | |
download | wireguard-openbsd-91b91eeff22f7f46b23b8035bc7d052274de63e6.tar.xz wireguard-openbsd-91b91eeff22f7f46b23b8035bc7d052274de63e6.zip |
HOSTCC; from rahnds
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtermlib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libtermlib/Makefile b/lib/libtermlib/Makefile index 56107c9ba0d..be04534d522 100644 --- a/lib/libtermlib/Makefile +++ b/lib/libtermlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/12/08 15:22:33 downsj Exp $ +# $OpenBSD: Makefile,v 1.6 1997/01/05 08:22:05 deraadt Exp $ # # Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> # All rights reserved. @@ -74,4 +74,7 @@ includes: ${HDRS} .include <bsd.lib.mk> +mkinfo: mkinfo.c + ${HOSTCC} ${CFLAGS} -I${.CURDIR} -o mkinfo $> + .depend: mkinfo.c |