Importing usr.bin/mkfifo

Replaces commands/mkfifo. No Minix-specific changes needed.

Change-Id: Idb20430d4297c7011fb7e2ef6b0876ebb2776c1c
This commit is contained in:
Thomas Cort
2013-11-19 12:22:18 +01:00
committed by Gerrit Code Review
parent 3ab548a3d9
commit ef03affb84
6 changed files with 8 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.3 1994/12/23 07:16:52 jtc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= mkfifo
.include <bsd.prog.mk>