60a2ce010a
- Build sys with everything else. - Gitignore files built by new boot stuff.
8 lines
133 B
Makefile
8 lines
133 B
Makefile
# Makefile for usr.bin
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# NetBSD imports
|
|
SUBDIR= installboot pwd_mkdb user vipw zic
|
|
|
|
.include <bsd.subdir.mk>
|