mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 03:03:09 -04:00
11 lines
175 B
Makefile
11 lines
175 B
Makefile
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:36:17 deraadt Exp $
|
|
|
|
|
|
DIR= psd/17.m4
|
|
SRCS= m4.ms
|
|
MACROS= -msU
|
|
|
|
paper.ps: ${SRCS}
|
|
${ROFF} ${SRCS} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|