Don't use gcc -Wall flag. Add FreeBSD: line.

This commit is contained in:
David Malone 2001-11-05 20:27:17 +00:00
parent 4c3bb58384
commit ebf362130e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86098

View File

@ -1,7 +1,7 @@
# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= cmp
CFLAGS+=-Wall
SRCS= cmp.c misc.c regular.c special.c
.include <bsd.prog.mk>