diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-28 10:49:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-28 10:49:50 +0000 |
commit | 1588c7e17d5ee58acf691260c479dc30959c9123 (patch) | |
tree | 0a814cfee6ceaeaa5543df6f17452af98f4d9769 /sys/arch/mvme68k/stand/wrtvid/Makefile.inc | |
parent | 03b1eabf4deb45733b1212d30d83794e16c8c28c (diff) |
add OpenBSD header
Diffstat (limited to 'sys/arch/mvme68k/stand/wrtvid/Makefile.inc')
-rw-r--r-- | sys/arch/mvme68k/stand/wrtvid/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/mvme68k/stand/wrtvid/Makefile.inc b/sys/arch/mvme68k/stand/wrtvid/Makefile.inc index a8c47af8bd7..7e546a06886 100644 --- a/sys/arch/mvme68k/stand/wrtvid/Makefile.inc +++ b/sys/arch/mvme68k/stand/wrtvid/Makefile.inc @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:49:48 deraadt Exp $ + WRTVID_BASE_DIR=${S}/arch/${MACHINE}/stand/wrtvid WRTVID_DIR!= cd ${WRTVID_BASE_DIR}; \ |