mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
13 lines
213 B
Makefile
13 lines
213 B
Makefile
# $OpenBSD: Makefile,v 1.4 2014/07/20 05:06:42 deraadt Exp $
|
|
|
|
SUBDIR= ramdisk
|
|
|
|
.if make(obj) || make(cleandir) || make(clean)
|
|
SUBDIR+= iso
|
|
.endif
|
|
|
|
unconfig:
|
|
cd ramdisk; ${MAKE} unconfig
|
|
|
|
.include <bsd.subdir.mk>
|