NetBSD/usr.bin/pagesize/Makefile

16 lines
337 B
Makefile
Raw Normal View History

1995-09-01 03:38:49 +04:00
# @(#)Makefile 8.2 (Berkeley) 4/3/94
# $NetBSD: Makefile,v 1.5 1995/09/05 01:06:38 tls Exp $
1993-03-21 12:45:37 +03:00
1995-09-02 03:56:34 +04:00
MAN= pagesize.1
1995-09-01 03:38:49 +04:00
all pagesize: ${MAN1}
clean depend lint tags:
install: maninstall
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/pagesize.sh ${DESTDIR}/${BINDIR}/pagesize
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
1995-09-01 03:38:49 +04:00
.include <bsd.man.mk>