10 lines
164 B
Makefile
10 lines
164 B
Makefile
# $NetBSD: Makefile,v 1.7 1997/10/18 04:37:24 lukem Exp $
|
|
|
|
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x"
|
|
PROG=dbsym
|
|
.endif
|
|
|
|
MAN=dbsym.8
|
|
|
|
.include <bsd.prog.mk>
|