diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-05 08:22:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-05 08:22:06 +0000 |
commit | d1184535c613a0c9cfc34ecf01bf5a976d820686 (patch) | |
tree | 4434bec555533ad4fdc802155cd7d25382218fa6 | |
parent | 45793981526a492c22da86681a1e9dd6972edb4a (diff) |
HOSTCC; from rahnds
-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 |