20 lines
405 B
Makefile
20 lines
405 B
Makefile
#!smake
|
|
#
|
|
# Makefile for ISM template/catman
|
|
#
|
|
# automatically create the "cooked" make pages from the raw ones.
|
|
# either created in this directory, or linked here.
|
|
#
|
|
# "$Id: Makefile,v 1.1 1996/06/28 04:15:50 scotth Exp $"
|
|
|
|
IDB_PATH=/usr/share/catman/p_man/cat1
|
|
LDIRT= *~
|
|
|
|
include $(ROOT)/usr/include/make/mandefs
|
|
|
|
src_default: default
|
|
|
|
headers exports test:
|
|
|
|
include $(ROOT)/usr/include/make/manrules
|