This compiles cleanly with WARNS=2; make sure it stays that way.

This commit is contained in:
Dima Dorfman 2001-06-20 01:12:46 +00:00
parent 91dd86ff52
commit 66cbe52bfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78483

View File

@ -1,7 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/9/93
# From: @(#)Makefile 8.1 (Berkeley) 6/9/93
# $FreeBSD$
PROG= expand
CFLAGS+=-Wall
WARNS?= 2
MLINKS= expand.1 unexpand.1
.include <bsd.prog.mk>