diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-08-18 05:45:10 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-08-18 05:45:10 +0000 |
| commit | b9414ee6bc1d26205a80e0445de324509dd0caed (patch) | |
| tree | 72420f34f20392ffb393e9e5b52c1a32ac6f7e45 | |
| parent | 4002ffd8f4d32f1d85fed4babbade674c4f30b0e (diff) | |
Notes
| -rw-r--r-- | sys/modules/osf1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/osf1/Makefile b/sys/modules/osf1/Makefile index 0d8d22be2f42..b19f1f85b59c 100644 --- a/sys/modules/osf1/Makefile +++ b/sys/modules/osf1/Makefile @@ -7,7 +7,8 @@ MAINTAINER= gallatin@FreeBSD.org KMOD= osf1 SRCS= osf1_ioctl.c osf1_misc.c osf1_signal.c osf1_sysent.c \ osf1_mount.c imgact_osf1.c osf1_sysvec.c opt_compat.h \ - opt_simos.h opt_ddb.h opt_nfs.h device_if.h bus_if.h vnode_if.h + opt_simos.h opt_ddb.h opt_mac.h opt_nfs.h device_if.h \ + bus_if.h vnode_if.h #CFLAGS+= -g |
