9 lines
109 B
Makefile
9 lines
109 B
Makefile
|
# Makefile for usr.bin
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
# NetBSD imports
|
||
|
SUBDIR= makewhatis
|
||
|
|
||
|
.include <bsd.subdir.mk>
|