mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
12 lines
262 B
Makefile
12 lines
262 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/07/05 19:22:43 dholland Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
|
|
SECTION=reference/ref8
|
|
ARTICLE=lpd
|
|
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
|
|
MACROS= -ms
|
|
ROFF_TBL=yes
|
|
EXTRAHTMLFILES=lpd1.png lpd2.png lpd3.png
|
|
|
|
.include <bsd.doc.mk>
|