move pdisk

This commit is contained in:
christos 2013-03-23 15:42:00 +00:00
parent 48a628ae04
commit 4b2f55bb35
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.39 2013/02/25 00:21:04 jmmv Exp $
# $NetBSD: Makefile,v 1.40 2013/03/23 15:42:00 christos Exp $
.include <bsd.own.mk>
@ -32,4 +32,6 @@ SUBDIR+= llvm
SUBDIR+= pcc
.endif
SUBDIR+= pdisk
.include <bsd.subdir.mk>

5
external/bsd/pdisk/Makefile vendored Normal file
View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2013/03/23 15:42:00 christos Exp $
SUBDIR+= bin
.include <bsd.subdir.mk>