5 lines
86 B
Makefile
5 lines
86 B
Makefile
VPATH = $(TOPDIR)/sbin/mtree
|
|
HOSTPROG = mtree
|
|
SRCS = main.c
|
|
|
|
include stpd.hostprog.mk
|