10 lines
133 B
Makefile
10 lines
133 B
Makefile
# $Id: Makefile,v 1.5 1997/06/23 04:51:19 mrg Exp $
|
|
|
|
.if ${MACHINE} == "sun3"
|
|
PROG=dbsym
|
|
.endif
|
|
|
|
MAN=dbsym.8
|
|
|
|
.include <bsd.prog.mk>
|