blob: 367296c43e6419fa9ef6cb1ff390cf9f3bf86135 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# From: @(#)Makefile 5.3 (Berkeley) 6/8/93
# $Id: Makefile,v 1.3.6.1 1997/03/15 23:34:17 jkh Exp $
VOLUME= papers
DOC= fsinterface
SRCS= fsinterface.ms
MACROS= -ms
USE_TBL= yes
.include <bsd.doc.mk>
|