mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
8 lines
364 B
Text
8 lines
364 B
Text
# $Id: NCR.m4,v 8.6 1999/05/27 22:03:29 peterh Exp $
|
|
depend: ${BEFORE} ${LINKS}
|
|
@mv Makefile Makefile.old
|
|
@sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile
|
|
@echo "# Do not edit or remove this line or anything below it." >> Makefile
|
|
${CC} -w0 -Hmake ${COPTS} ${SRCS} >> Makefile
|
|
|
|
# End of $RCSfile: NCR.m4,v $
|