diff options
author | 2001-01-02 19:59:57 +0000 | |
---|---|---|
committer | 2001-01-02 19:59:57 +0000 | |
commit | 64f9ab9ae3f0eb6794fdab95334c2900adce30df (patch) | |
tree | e0f85cd7741a29ac895ea792399ed6bbe068c81c | |
parent | Fix a problem introduced by the printf format sweep. Passing a NULL (diff) | |
download | wireguard-openbsd-64f9ab9ae3f0eb6794fdab95334c2900adce30df.tar.xz wireguard-openbsd-64f9ab9ae3f0eb6794fdab95334c2900adce30df.zip |
do not build/install fsinfo; deraadt@
-rw-r--r-- | usr.sbin/amd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile index 2f52c3b937b..9aa58fce088 100644 --- a/usr.sbin/amd/Makefile +++ b/usr.sbin/amd/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2001/01/02 19:59:57 mickey Exp $ -SUBDIR= amd amq fsinfo mk-amd-map +SUBDIR= amd amq mk-amd-map .include <bsd.subdir.mk> |