Manual page to sparc subdirectory.

This commit is contained in:
jdc 1999-12-20 09:51:07 +00:00
parent 9a26c043d2
commit 9e109631e6

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.2 1999/12/17 05:32:38 garbled Exp $ # $NetBSD: Makefile,v 1.3 1999/12/20 09:51:07 jdc Exp $
.if ${MACHINE} == "sparc" .if ${MACHINE} == "sparc"
PROG= tadpolectl PROG= tadpolectl
SRCS= tadpolectl.c SRCS= tadpolectl.c
.endif .endif
MAN= sparc/tadpolectl.8 MAN= tadpolectl.8
MANSUBDIR= /sparc
.include <bsd.prog.mk> .include <bsd.prog.mk>