If boot verbose, print asicrev, chiprev and bus type.
[dragonfly.git] / share / doc / psd / title / Makefile
blob9a1ab0459f0589a6af5e476370bfdc91ecb78b5b
1 # $FreeBSD: src/share/doc/psd/title/Makefile,v 1.5.2.2 2002/02/18 12:29:44 ru Exp $
2 # $DragonFly: src/share/doc/psd/title/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
4 VOLUME= psd
5 SRCS= Title
6 DOC= Title
8 # unroff(1) requires a macro package as an argument
9 .if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
10 MACROS= -ms
11 .endif
13 .include <bsd.doc.mk>