Typo in makefile.

This commit is contained in:
garbled 1999-12-17 05:32:38 +00:00
parent 606c3a8481
commit b8bee8a542
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.1 1999/12/17 05:30:02 garbled Exp $
# $NetBSD: Makefile,v 1.2 1999/12/17 05:32:38 garbled Exp $
.if ${MACHINE} == "sparc"
PROG= tadpolectl
SRCS= tadpolectl.c
.endif
MAN= tadpolectl.8
MAN= sparc/tadpolectl.8
.include <bsd.prog.mk>