10 lines
95 B
Makefile
10 lines
95 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../misc
|
||
|
|
||
|
CLASS= stripe
|
||
|
|
||
|
NOMAN= notyet
|
||
|
|
||
|
.include <bsd.lib.mk>
|