# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: head/usr.bin/xinstall/Makefile 87724 2001-12-12 08:49:51Z ru $ PROG= xinstall PROGNAME= install SRCS= xinstall.c MAN= install.1 .if defined(BOOTSTRAPPING) .PATH: ${.CURDIR}/../../lib/libc/gen SRCS+= strtofflags.c NO_WERROR= yes .endif .include