diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:18:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:18:41 +0000 |
commit | 01329ac9e9518a403ce15ef259eff408cab7d836 (patch) | |
tree | 464e23ebc11ac3c0e836e472400fa343ff9d5567 /distrib/pmax/Makefile | |
parent | b032c591fc96616a5663da6b4bffa988e7a039fe (diff) |
if we start at the top of distrib, we will end up in the right place...
Diffstat (limited to 'distrib/pmax/Makefile')
-rw-r--r-- | distrib/pmax/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/pmax/Makefile b/distrib/pmax/Makefile new file mode 100644 index 00000000000..21342e227c2 --- /dev/null +++ b/distrib/pmax/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 1997/09/18 17:18:39 deraadt Exp $ + +SUBDIR+= ../simpleroot + +.include <bsd.subdir.mk> |