From b88cc47e7f6c5532235d30ed4aaa96f55f3cc210 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Mon, 15 Feb 1999 19:08:46 +0000 Subject: [PATCH] Makefile: - set HAS_MKLINK_DATA make variable --- usr.bin/compile/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/compile/Makefile b/usr.bin/compile/Makefile index 16c715a..12d7f8a 100755 --- a/usr.bin/compile/Makefile +++ b/usr.bin/compile/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1998/04/22 05:22:39 gdr-ftp Exp $ +# $Id: Makefile,v 1.3 1999/02/15 19:08:46 gdr-ftp Exp $ # PROG = compile @@ -10,6 +10,7 @@ STACK = 1024 OPTIMIZE= 79 HAS_MKSO_DATA = true +HAS_MKLINK_DATA = true .INCLUDE : /src/gno/prog.mk