blob: 994f82825d69fd849252f224de297f597234e6e9 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:56 deraadt Exp $
# $NetBSD: Makefile,v 1.6 1995/03/21 07:03:50 cgd Exp $
PROG= test
SRCS= test.c
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 '[.1'
.include <bsd.prog.mk>
|