Fix a boot panic with the amd device. We inherited some busdma code from
[dragonfly.git] / share / doc / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/share/doc/Makefile,v 1.15.2.1 2000/11/24 14:09:33 ru Exp $
3 # $DragonFly: src/share/doc/Makefile,v 1.2 2003/06/17 04:36:56 dillon Exp $
4
5 SUBDIR= psd smm usd papers IPv6
6
7 # Default output formats are ascii for troff documents, and 
8 # ascii and html for sgml documents.  
9 # To generate postscript versions of troff documents, use:
10 #  make PRINTERDEVICE=ps
11
12 .include <bsd.subdir.mk>