blob: ad2c6965f5ca4d5d89931e1cb05e3dd4a458bcb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.2 1995/01/11 01:51:59 wollman Exp $
VOLUME= psd/05.sysman
SRCS= 0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \
2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
MACROS= -ms
USE_TBL= yes
.include <bsd.doc.mk>
|