NetBSD/usr.bin/xinstall/Makefile
he 0a97c3f688 Complete the move of string_to_flags() and flags_to_string() from the
bin/ls sources to libutil:
 o Bump libutil minor version number
 o Fix uses to include <util.h> to pick up the function definitions
 o Fix most uses of flags_to_string() to release the now-malloc()ed result
2006-12-14 20:09:35 +00:00

19 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.20 2006/12/14 20:09:36 he Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
PROG= xinstall
SRCS= xinstall.c getid.c
MAN= install.1
.PATH: ${NETBSDSRCDIR}/usr.sbin/mtree
CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mtree
LDADD+= -lutil
DPADD+= ${LIBUTIL}
PROGNAME=install
.include <bsd.prog.mk>