diff options
author | 2000-10-10 20:48:33 +0000 | |
---|---|---|
committer | 2000-10-10 20:48:33 +0000 | |
commit | 09d12128dfe70165b24df6b206922c8b541c77e9 (patch) | |
tree | 06a27ff94f49aeca3ec165f4ffb8d19b9fad8bb3 | |
parent | mkhybrid 1.12b5.1 (diff) | |
download | wireguard-openbsd-09d12128dfe70165b24df6b206922c8b541c77e9.tar.xz wireguard-openbsd-09d12128dfe70165b24df6b206922c8b541c77e9.zip |
build mkhybrid
-rw-r--r-- | gnu/usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile index 6191ea7b1c1..95530eefa41 100644 --- a/gnu/usr.sbin/Makefile +++ b/gnu/usr.sbin/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.5 2000/04/06 18:26:03 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2000/10/10 20:48:33 beck Exp $ -SUBDIR+= mkisofs sendmail +SUBDIR+= mkisofs mkhybrid sendmail .include <bsd.subdir.mk> |