Home | History | Annotate | Line # | Download | only in grotty
      1 # $NetBSD: Makefile,v 1.1 2016/01/13 19:01:58 christos Exp $
      2 
      3 # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grotty/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $
      4 
      5 DIST_SUBDIR=	src/devices/grotty
      6 
      7 .include <bsd.init.mk>
      8 
      9 PROG_CXX=	grotty
     10 SRCS=		tty.cpp
     11 CLEANFILES=	${MAN}
     12 
     13 .include <bsd.prog.mk>
     14