NetBSD/lib/libdes/Makefile
thorpej 8401bbdeaa Gut this out; libcrypto's Makefile will set up appropriate links
to supply a libdes with the appropriate major/minor number.
2000-06-19 19:39:09 +00:00

10 lines
221 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/06/19 19:39:09 thorpej Exp $
.BEGIN:
.if !make(print-shlib-major) && !make(print-shlib-minor)
@echo "This is a dummy directory; don't build in here."
@false
.endif
.include <bsd.lib.mk>