diff options
Diffstat (limited to 'picobsd/Makefile')
-rw-r--r-- | picobsd/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/picobsd/Makefile b/picobsd/Makefile new file mode 100644 index 000000000000..a9962fe0e7c3 --- /dev/null +++ b/picobsd/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ +# + + SUBDIR += ssh-picobsd + +.include <bsd.port.subdir.mk> |