repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tar: use utime() to restore timestamps
[minix.git]
/
bin
/
mkdir
/
Makefile
blob
c3aca13a91f6ba7d9100335b406853d555e37e94
1
# $NetBSD: Makefile,v 1.8 1997/07/20 22:37:21 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
mkdir
5
.
ifdef
__MINIX
6
SYMLINKS
= $(
BINDIR
)/$(
PROG
) /
usr
/
bin
/$(
PROG
)
7
.
endif
8
9
.
include
<
bsd.prog.mk
>