blob: 9c9580f19410d05fbb3c852fe7ad4f73b6a7c3b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.28 2019/01/04 01:06:44 schwarze Exp $
SUBDIR = args cond esc scale string
SUBDIR += br cc ce char de ds ft ig it ll na nr po ps
SUBDIR += return rm rn shift sp ta ti tr while
.include "../Makefile.sub"
.include <bsd.subdir.mk>
|