summaryrefslogtreecommitdiff
path: root/sys/arch/evbsh3/include/pcb.h
blob: 59ed65f405de8d16accb0621f986ad1ecc744ef4 (plain)
1
2
3
4
5
6
7
/*	$NetBSD: pcb.h,v 1.1 1999/09/13 10:30:35 itojun Exp $	*/
#ifndef _EVBSH3_PCB_H_
#define _EVBSH3_PCB_H_

#include <sh3/pcb.h>

#endif /* _EVBSH3_PCB_H_ */
nary packages from the existing system (or from the contents of ${DESTDIR}, if ${DESTDIR} is set). These packages can be taken to another system, and installed with PKG_DBDIR=/var/db/syspkg pkg_add <pkgname> to update or install specific packages. The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a flag for the various pkg tools in the next few days.