mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
a074c8897c
to NULL at start.
8 lines
103 B
Makefile
8 lines
103 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= mkfifo
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|