freebsd-dev/usr.bin/elf2aout/Makefile
David E. O'Brien 6502570bbe Use the offical sys/endian.h rather than reaching way over into another
binary's directory to use a private header.
2002-12-30 09:58:20 +00:00

9 lines
81 B
Makefile

# $FreeBSD$
PROG= elf2aout
NOMAN=
NO_WERROR?=
WARNS?= 5
.include <bsd.prog.mk>