mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 17:50:51 +01:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||
|
|
||
|
PROG= ching.cno
|
||
|
BINDIR= /usr/games
|
||
|
CFLAGS+=-I${.CURDIR}/..
|
||
|
NOMAN= noman
|
||
|
|
||
|
.include <bsd.prog.mk>
|