Merge from vendor branch TCPDUMP:
[dragonfly.git] / usr.sbin / elf2exe / Makefile
1 # $FreeBSD: src/usr.sbin/elf2exe/Makefile,v 1.3.2.1 2001/04/25 12:09:32 ru Exp $
2 # $DragonFly: src/usr.sbin/elf2exe/Attic/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4 PROG=   elf2exe
5 MAN=    elf2exe.8
6 CFLAGS+=        -Wall
7 MANSUBDIR=/${MACHINE_ARCH}
8
9 .include <bsd.prog.mk>