diff options
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r-- | share/mk/sys.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index f4cec0e3e33..4ba33f1baad 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.15 1998/05/14 16:31:39 millert Exp $ +# $OpenBSD: sys.mk,v 1.16 1998/06/09 19:29:46 downsj Exp $ # $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $ # @(#)sys.mk 5.11 (Berkeley) 3/13/91 @@ -80,6 +80,8 @@ YACC.y?= ${YACC} ${YFLAGS} INSTALL?= install +CTAGS?= /usr/bin/ctags + # C .c: ${LINK.c} -o ${.TARGET} ${.IMPSRC} ${LDLIBS} |