10 lines
161 B
Makefile
10 lines
161 B
Makefile
# $Id: Makefile,v 1.6 1997/09/24 07:22:37 jeremy Exp $
|
|
|
|
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x"
|
|
PROG=dbsym
|
|
.endif
|
|
|
|
MAN=dbsym.8
|
|
|
|
.include <bsd.prog.mk>
|