blob: 78cf4ecf62e230b1519dcba61e0e2de71833a48c (
plain)
1
2
3
4
5
6
7
8
9
|
# $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>
|