From 8a3438e4932ef13ca11728389d9d9699dfe542ab Mon Sep 17 00:00:00 2001 From: dd Date: Wed, 20 Jun 2001 01:12:46 +0000 Subject: This compiles cleanly with WARNS=2; make sure it stays that way. --- usr.bin/expand/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index 8e1369c..9d76bdd 100644 --- a/usr.bin/expand/Makefile +++ b/usr.bin/expand/Makefile @@ -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 -- cgit v1.1