specify options properly
[unix-history] / usr / src / usr.bin / chflags / Makefile
CommitLineData
8a499f2f 1# @(#)Makefile 5.2 (Berkeley) %G%
e8919982
KM
2
3PROG= chflags
8a499f2f
KB
4SRCS= chflags.c stat_flags.c
5.PATH: ${.CURDIR}/../../bin/ls
e8919982
KM
6
7.include <bsd.prog.mk>