10 lines
210 B
Makefile
10 lines
210 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/04/22 13:17:54 tron 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>
|