# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ .include PROG= xinstall PROGNAME= install SRCS= xinstall.c getid.c MAN= install.1 .PATH: ${SRCTOP}/contrib/mtree CFLAGS+= -I${SRCTOP}/contrib/mtree CFLAGS+= -I${SRCTOP}/lib/libnetbsd LIBADD= md .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include