3161c603a6
for bin/, commands/, libexec/, sbin/, test/, usr.bin/ and usr.sbin/. Change-Id: I8fa12c3cd86865311cef71b7faa7cf4fa785174f
10 lines
211 B
Makefile
10 lines
211 B
Makefile
# $NetBSD: Makefile,v 1.8 1997/07/20 22:37:21 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= mkdir
|
|
.ifdef __MINIX
|
|
WARNS=3
|
|
SYMLINKS= $(BINDIR)/$(PROG) /usr/bin/$(PROG)
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|