summaryrefslogtreecommitdiffstats
path: root/sys/modules/svr4
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-08 17:27:40 +0000
committermarcel <marcel@FreeBSD.org>1999-12-08 17:27:40 +0000
commit9c42a64866402347e4236cd8093f94f654bae318 (patch)
tree9cbe15a1e35c705cc46e219454ced46bab0d86bf /sys/modules/svr4
parente739339ea15667043eae8685789bb8d795ef4d60 (diff)
downloadFreeBSD-src-9c42a64866402347e4236cd8093f94f654bae318.zip
FreeBSD-src-9c42a64866402347e4236cd8093f94f654bae318.tar.gz
Add opt_svr4.h to SRCS. This fixes make depend.
Diffstat (limited to 'sys/modules/svr4')
-rw-r--r--sys/modules/svr4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index 9dc7a2c..eb1ef57 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -6,7 +6,7 @@ SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_global.h opt_vmpage.h \
vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c svr4_misc.c \
svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c svr4_termios.c \
svr4_stream.c svr4_socket.c svr4_sockio.c svr4_machdep.c \
- svr4_resource.c svr4_ipc.c
+ svr4_resource.c svr4_ipc.c opt_svr4.h
OBJS= svr4_locore.o
NOMAN=1
MAN8= svr4.8
OpenPOWER on IntegriCloud