diff options
author | 1995-10-27 15:22:14 +0000 | |
---|---|---|
committer | 1995-10-27 15:22:14 +0000 | |
commit | f1be2fac94b2f2fae41a9d8224d720713cdaf26b (patch) | |
tree | 74aa2d744048f5eed1a5f51d7e8a49390442ee58 | |
parent | update from netbsd (diff) | |
download | wireguard-openbsd-f1be2fac94b2f2fae41a9d8224d720713cdaf26b.tar.xz wireguard-openbsd-f1be2fac94b2f2fae41a9d8224d720713cdaf26b.zip |
build stand automatically
-rw-r--r-- | sys/arch/sparc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/sparc/Makefile b/sys/arch/sparc/Makefile index d27d80d3f39..2dd71ec7454 100644 --- a/sys/arch/sparc/Makefile +++ b/sys/arch/sparc/Makefile @@ -8,6 +8,8 @@ NOPROG= noprog NOMAN= noman NOOBJ= noobj +SUBDIR= stand + DIRS= conf dev fpu include sparc links:: @@ -25,4 +27,6 @@ tags: >> tags sort -o tags tags +obj: _SUBDIRUSE + .include <bsd.prog.mk> |