freebsd-dev/usr.bin/chflags/Makefile
Mark Murray f614104aeb Slight makefile style.
Use __FBSDID().
2001-12-02 23:04:14 +00:00

12 lines
142 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
BINDIR= /bin
NOSHARED?=yes
PROG= chflags
SRCS= chflags.c
WARNS?= 2
.include <bsd.prog.mk>