minix/bin/test/Makefile
2025-05-30 22:51:48 -07:00

10 lines
166 B
Makefile

# Makefile for the test utility
# Derived from 4.4BSD sources
PROG= test
SRCS= test.c
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 [.1
.include <bsd.prog.mk>