There is no need to have ETHER_ALIGN define here.
[dragonfly.git] / usr.bin / xinstall / Makefile
blob6959e0e624a063f13596ff296eb50ba0192a6187
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.2 2003/06/17 04:29:34 dillon Exp $
5 PROG= xinstall
6 PROGNAME= install
7 SRCS= xinstall.c
8 MAN= install.1
10 .if defined(BOOTSTRAPPING)
11 .PATH: ${.CURDIR}/../../lib/libc/gen
12 SRCS+= strtofflags.c
13 .endif
15 .include <bsd.prog.mk>