cd2a718f1e
Obtained from: bde
12 lines
149 B
Makefile
12 lines
149 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
NOSHARED?=yes
|
|
|
|
PROG= chflags
|
|
CFLAGS+=-Wall
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|