NetBSD/usr.sbin/dbsym/Makefile

10 lines
161 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.6 1997/09/24 07:22:37 jeremy 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>