mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 08:52:07 +01:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||
|
|
||
|
PROG= pnpinfo
|
||
|
MAN8= pnpinfo.8
|
||
|
CFLAGS= -Wall
|
||
|
|
||
|
.include <bsd.prog.mk>
|