Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / usr.bin / xinstall / Makefile
blob8ef16e802246e48ab7d060825535d2d89ece93a3
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/xinstall/Makefile,v 1.11.2.4 2001/09/24 15:44:05 ru Exp $
3 # $DragonFly: src/usr.bin/xinstall/Makefile,v 1.3 2007/08/27 16:51:01 pavalos Exp $
5 PROG= xinstall
6 PROGNAME= install
7 SRCS= xinstall.c
8 MAN= install.1
9 WARNS?= 1
11 .if defined(BOOTSTRAPPING)
12 .PATH: ${.CURDIR}/../../lib/libc/gen
13 SRCS+= strtofflags.c
14 .endif
16 .include <bsd.prog.mk>