freebsd-dev/usr.bin/xinstall/Makefile

22 lines
367 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
1994-05-27 12:33:43 +00:00
2016-05-08 21:11:24 +00:00
.include <src.opts.mk>
PROG= xinstall
PROGNAME= install
SRCS= xinstall.c getid.c
MAN= install.1
1994-05-27 12:33:43 +00:00
.PATH: ${SRCTOP}/contrib/mtree
CFLAGS+= -I${SRCTOP}/contrib/mtree
CFLAGS+= -I${SRCTOP}/lib/libnetbsd
CFLAGS+= -DHAVE_STRUCT_STAT_ST_FLAGS=1
LIBADD= md
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
2016-05-08 21:11:24 +00:00
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>