mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 08:52:07 +01:00
345e52e742
- MAN[1-9] -> MAN.
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
# $FreeBSD$
|
|
|
|
PROG= arp
|
|
MAN= arp.4 arp.8
|
|
COPTS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|