blob: 88de4f011b7431728f4c9ba868f4da160d7281a4 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.21 2009/10/28 05:17:55 deraadt Exp $
SUBDIR= libstubs \
ccdconfig dd dhclient dmesg ed ftp grep gzip ifconfig init \
kbd less more mt newfs pppd restore rsh sha256 sysctl
install:
.include <bsd.subdir.mk>
|