Makefile (478290db20b28ab28ce7e08cf33f1b44d82e4cb3) | Makefile (4b330699f819a81d8e34d471225143ffeb321855) |
---|---|
1# $NetBSD: Makefile,v 1.2 2012/03/20 17:13:44 jruoho Exp $ | 1# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ |
2 | 3 |
3.include <bsd.own.mk> | 4.include <src.opts.mk> |
4 | 5 |
5TESTSDIR= ${TESTSBASE}/usr.bin/jot 6TESTS_SH= t_jot | 6PROG= jot |
7 | 7 |
8FILESDIR= ${TESTSDIR} 9FILES+= d_basic.out | 8SUBDIR.${MK_TESTS}+= tests |
10 | 9 |
11.include <bsd.test.mk> | 10.include <bsd.prog.mk> |