1 # $NetBSD: Makefile,v 1.1 2016/01/13 19:01:57 christos Exp $ 2 3 # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grops/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ 4 5 DIST_SUBDIR= src/devices/grops 6 7 .include <bsd.init.mk> 8 9 PROG_CXX= grops 10 SRCS= ps.cpp psrm.cpp 11 CLEANFILES= ${MAN} 12 13 .include <bsd.prog.mk> 14