10 lines
213 B
Makefile
10 lines
213 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/06/19 23:36:22 thorpej Exp $
|
|
|
|
.BEGIN:
|
|
.ifmake !print-shlib-major && !print-shlib-minor
|
|
@echo "This is a dummy directory; don't build in here."
|
|
@false
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|