diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-01-01 15:44:11 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-01-01 15:44:11 +0000 |
| commit | cd2a718f1ec8207856c6d06dbc597b3f22274e99 (patch) | |
| tree | 4eb488c8c6f1cbb1a09fcc369da91f94d1b81b8d /usr.bin/chflags/Makefile | |
| parent | 6a9a6f05ed9224b0d80235ed0342119b56dd282a (diff) | |
Notes
Diffstat (limited to 'usr.bin/chflags/Makefile')
| -rw-r--r-- | usr.bin/chflags/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index d96c99c58084..4ba6a0aa34ce 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -5,7 +5,7 @@ NOSHARED?=yes PROG= chflags CFLAGS+=-Wall -SRCS= chflags.c +DPADD= ${LIBUTIL} LDADD= -lutil .include <bsd.prog.mk> |
