1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00
freebsd/usr.bin/elf2aout/Makefile
Tom Rhodes d31572b0b8 Add a basic manual page for elf2aout.
Alter Makefile and remove NO_MAN.

PR:	109975
2008-12-23 01:22:57 +00:00

9 lines
74 B
Makefile

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