We can simplify this Makefile down to a single line now.

This commit is contained in:
obrien 2003-02-19 16:56:30 +00:00
parent a777b75f10
commit 25ad184a7a

View File

@ -2,9 +2,5 @@
# $FreeBSD$
PROG= chflags
SRCS= chflags.c
BINDIR= /bin
NOSHARED?=yes
.include <bsd.prog.mk>