mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
12 lines
183 B
Makefile
12 lines
183 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 2/28/94
|
|
|
|
SRCS= usenix.me
|
|
MACROS= -me
|
|
|
|
all: usenix.ps
|
|
|
|
usenix.ps: ${SRCS}
|
|
rm -f ${.TARGET}
|
|
${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|