1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4PROG= chflags 5SRCS= chflags.c 6 7BINDIR= /bin 8NOSHARED?=yes 9 10.include <bsd.prog.mk> 11