diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-04-26 19:19:08 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-04-26 19:19:08 +0200 |
commit | 35c45d89fb12ac883de247d0b028fee433b86af9 (patch) | |
tree | 9ba5fd323558adf60b397aff16a7dbc7e3e183be /Makefile | |
parent | e505dec5ac77157e2fdfddd9d6f191746d7c672b (diff) |
add Makefiles
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3b51560 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += devel + SUBDIR += fonts + SUBDIR += graphics + SUBDIR += meta + SUBDIR += print + SUBDIR += sysutils + SUBDIR += x11 + +.include <bsd.port.subdir.mk> |