From a381d987c4ccc84e5a25ceeda4dc1ad1504f0e30 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 30 Dec 1999 13:15:15 +0000 Subject: Moved flags_to_string and string_to_flags into libutil. It's used in many places nowadays. --- usr.bin/chflags/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/chflags') diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index d05ff81..d96c99c 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -1,10 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ NOSHARED?=yes PROG= chflags CFLAGS+=-Wall -SRCS= chflags.c stat_flags.c -.PATH: ${.CURDIR}/../../bin/ls +SRCS= chflags.c +LDADD= -lutil .include -- cgit v1.1