7 lines
107 B
Makefile
7 lines
107 B
Makefile
# Makefile for bin
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= fsck fsck_ext2fs newfs_ext2fs
|
|
|
|
.include <bsd.subdir.mk>
|