mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= nm
|
|
BINDIR= /usr/libexec/aout
|
|
MAN1aout=nm.1aout
|
|
|
|
.include <bsd.prog.mk>
|