=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/mg/Makefile 2016/09/16 17:17:40 1.33 +++ src/usr.bin/mg/Makefile 2019/06/10 06:52:44 1.34 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2016/09/16 17:17:40 tedu Exp $ +# $OpenBSD: Makefile,v 1.34 2019/06/10 06:52:44 lum Exp $ PROG= mg @@ -9,6 +9,7 @@ # # REGEX -- create regular expression functions. # STARTUPFILE -- look for and handle initialization file. +# MGLOG -- debug mg internals to a log file. # CFLAGS+=-Wall -DREGEX @@ -22,6 +23,11 @@ # More or less standalone extensions. # SRCS+= cmode.c cscope.c dired.c grep.c tags.c + +# +# -DMGLOG source file. +# +#SRCS+= log.c afterinstall: ${INSTALL} -d -o root -g wheel ${DESTDIR}${DOCDIR}/mg