2d01e4dc90
Add target.c to Makefiles. * Minor fixes: * Fix buglet in disks.c: make sure the target /etc exists before touching the target's /etc/fstab. (Could be even cleaner.) * If the target root is on /, don't copy our temporary /etc/resolv.conf to the target /etc/resolv.conf. (Could be even cleaner.) * Don't write the DNS hostname into /etc/defaultdomain. DNS search paths are often not the same as YP group names.
15 lines
325 B
Makefile
15 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.2 1997/11/02 08:20:49 jonathan Exp $
|
|
#
|
|
# Makefile for pmax
|
|
#
|
|
|
|
# have to have all of them here for crunch ...
|
|
|
|
SRCS= menu_defs.c msg_defs.c main.c install.c upgrade.c \
|
|
txtwalk.c run.c factor.c net.c disks.c util.c geom.c \
|
|
target.c md.c
|
|
|
|
md.o: menu_defs.h msg_defs.h
|
|
|
|
.include "../../Makefile.inc"
|