diff options
author | 1997-09-26 21:45:17 +0000 | |
---|---|---|
committer | 1997-09-26 21:45:17 +0000 | |
commit | 91255ef8d9a3151c78d1bb6018ffc7253f5f955b (patch) | |
tree | 1819a201e7f24d178a403c133f44d33e89e2cf54 | |
parent | snap_md: arch is pmax not sparc. -moj (diff) | |
download | wireguard-openbsd-91255ef8d9a3151c78d1bb6018ffc7253f5f955b.tar.xz wireguard-openbsd-91255ef8d9a3151c78d1bb6018ffc7253f5f955b.zip |
oops
-rw-r--r-- | etc/etc.pmax/Makefile.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc index 98463c863d2..f6300edbc59 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/etc/etc.pmax/Makefile.inc @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.10 1997/09/26 21:39:25 maja Exp $ +# $OpenBSD: Makefile.inc,v 1.11 1997/09/26 21:45:17 deraadt Exp $ # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets .ifdef DESTDIR -snap_md: binutils bsd distrib - cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \ - ${DESTDIR}/snapshot/bsd +snap_md: binutils bsd bsd.nfs bsd.rz0 distrib binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \ |