mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
12 lines
206 B
Makefile
12 lines
206 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/10/12 12:02:30 jdolecek Exp $
|
|
|
|
SUBDIR+= file
|
|
SUBDIR+= file2
|
|
SUBDIR+= pipe1
|
|
SUBDIR+= pipe2
|
|
SUBDIR+= fifo
|
|
SUBDIR+= ttypty_master
|
|
SUBDIR+= ttypty_slave
|
|
|
|
.include <bsd.subdir.mk>
|