freebsd-dev/usr.bin/chflags/Makefile
Rodney W. Grimes 65d3266d56 Set NOSHARED=true, having this binary static makes it much easier to
fix /usr/lib/*.so problems.

Submitted by:	davidg
1995-07-24 01:44:17 +00:00

10 lines
152 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
NOSHARED= true
PROG= chflags
SRCS= chflags.c stat_flags.c
.PATH: ${.CURDIR}/../../bin/ls
.include <bsd.prog.mk>