mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +00: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>
|