mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# $FreeBSD$
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
PROG= chio
|
|
SRCS= chio.c
|
|
|
|
.include <bsd.prog.mk>
|