mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
c2a28d3aba
by Luigi Rizzo and myself...
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>
|