diff --git a/etc/Makefile b/etc/Makefile index 71432a1142a7..b82704ec74b3 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -13,7 +13,6 @@ SUBDIR+=sendmail .endif BIN1= \ - disktab \ group \ hosts.allow \ libalias.conf \ diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index b1a71a2a74f2..6921a655af10 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -3,6 +3,7 @@ .PATH: ${SRCTOP}/sys/geom +CONFS= disktab PACKAGE=runtime PROG= bsdlabel SRCS= bsdlabel.c geom_bsd_enc.c diff --git a/etc/disktab b/sbin/bsdlabel/disktab similarity index 100% rename from etc/disktab rename to sbin/bsdlabel/disktab