blob: 42651a11dab7c13a00a1b6359246004b653feb5f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.33 2014/07/24 19:21:48 miod Exp $
SUBDIR= libstubs \
arch date dd dhclient dmesg ed eeprom ftp grep gzip ifconfig init \
installboot kbd less md5 more mt newfs pax ping restore \
sed sysctl signify ztsscale umount
install:
.include <bsd.subdir.mk>
|