blob: c7707951d11b9f12384c912e851203584d4c40d0 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.22 2010/03/31 17:51:24 deraadt Exp $
SUBDIR= libstubs \
ccdconfig date dd dhclient dmesg ed ftp grep gzip ifconfig init \
kbd less more mt newfs pppd restore rsh sha256 sysctl
install:
.include <bsd.subdir.mk>
|