NetBSD/usr.sbin/dbsym/Makefile

10 lines
164 B
Makefile
Raw Normal View History

1997-10-18 08:36:50 +04:00
# $NetBSD: Makefile,v 1.7 1997/10/18 04:37:24 lukem Exp $
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x"
1994-08-26 00:40:28 +04:00
PROG=dbsym
1997-06-23 08:51:16 +04:00
.endif
1994-12-22 14:32:57 +03:00
MAN=dbsym.8
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>