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