diff options
author | 2004-02-09 02:49:50 +0000 | |
---|---|---|
committer | 2004-02-09 02:49:50 +0000 | |
commit | b8682ad4b6eb0d0f25d3b883d922345097c17cb2 (patch) | |
tree | c2002a4aed77ca327434fa8b889cec10344d62fa | |
parent | Proper PIC support in arm startup files. (diff) | |
download | wireguard-openbsd-b8682ad4b6eb0d0f25d3b883d922345097c17cb2.tar.xz wireguard-openbsd-b8682ad4b6eb0d0f25d3b883d922345097c17cb2.zip |
Add cats to MANSUBDIRS, missed when cats was added to the top of the file.
ok deraadt@
-rw-r--r-- | sbin/wsconsctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index 76b1eb10174..af16e8701a6 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2004/01/29 07:25:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2004/02/09 02:49:50 drahn Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ ${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \ @@ -25,6 +25,6 @@ NOPROG=yes .endif MAN= wsconsctl.8 -MANSUBDIR= alpha hppa i386 macppc sparc sparc64 pegasos amd64 +MANSUBDIR= alpha hppa i386 macppc sparc sparc64 pegasos amd64 cats .include <bsd.prog.mk> |