Move binutils from /usr/libexec/gcc2/{aout,elf} to
[dragonfly.git] / usr.bin / nm / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/nm/Makefile,v 1.3.6.1 2001/04/25 11:29:30 ru Exp $
3 # $DragonFly: src/usr.bin/nm/Attic/Makefile,v 1.4 2004/01/28 16:41:17 joerg Exp $
4
5 PROG=   nm
6 BINDIR= /usr/libexec/binutils212/aout
7 MAN=    nm.1aout
8
9 .include <bsd.prog.mk>