From 66cbe52bfa35057a1de224035e5c6e9874203a08 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Wed, 20 Jun 2001 01:12:46 +0000 Subject: [PATCH] This compiles cleanly with WARNS=2; make sure it stays that way. --- usr.bin/expand/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index 8e1369c98dbd..9d76bdda0d74 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