diff options
author | 2004-02-06 02:36:31 +0000 | |
---|---|---|
committer | 2004-02-06 02:36:31 +0000 | |
commit | 2e616077889682b0113124d4632986212ba9538a (patch) | |
tree | 99f8189763b45eba8d1a6de9fca98f42040ffd49 | |
parent | remove silly stub file for alpha and only try to compile _atomic_lock.c (diff) | |
download | wireguard-openbsd-2e616077889682b0113124d4632986212ba9538a.tar.xz wireguard-openbsd-2e616077889682b0113124d4632986212ba9538a.zip |
cats, you idiot.
-rw-r--r-- | etc/etc.cats/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.cats/Makefile.inc b/etc/etc.cats/Makefile.inc index 3631e63e483..b3dd53f45ff 100644 --- a/etc/etc.cats/Makefile.inc +++ b/etc/etc.cats/Makefile.inc @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile.inc,v 1.1 2004/02/01 05:26:50 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2004/02/06 02:36:31 drahn Exp $ # etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets .ifdef DESTDIR snap_md: bsd distrib1 - cp ${.CURDIR}/../sys/arch/pegasos/compile/GENERIC/bsd \ + cp ${.CURDIR}/../sys/arch/cats/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd bsd: - cd ${.CURDIR}/../sys/arch/pegasos/conf && config GENERIC - cd ${.CURDIR}/../sys/arch/pegasos/compile/GENERIC && \ + cd ${.CURDIR}/../sys/arch/cats/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/cats/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} # knows about bsd.rd |