Makefile.bsd 243 B

123456789101112
  1. # $NetBSD: Makefile,v 1.4 2003/07/10 10:34:20 lukem Exp $
  2. # @(#)Makefile 8.1 (Berkeley) 6/8/93
  3. DIR= usd/31.trek
  4. SRCS= trek.me
  5. MACROS= -me
  6. paper.ps: ${SRCS}
  7. ${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
  8. .include <bsd.doc.mk>